CFLAGS := -Wall -s LDLIBS := -lwim all:applywim makewim applywim:applywim.c makewim:makewim.c clean: rm -f applywim makewim .PHONY: all clean