TARGETS = no-scaling with-scaling all: $(TARGETS) mv $(TARGETS) ../bin/`uname` .c: $(CC) -O -o $@ $< -lm clean: rm -f $(TARGETS)