1 2 3 4 5 6 7
#!/usr/bin/make -f CFLAGS = -Oz $(LFLAGS) LFLAGS = -Bstatic -s piechart: piechart.c $(CC) $(CFLAGS) -lm $< -o $@