include ../../common.mk obj = app.o status.o %.o: %.c %.h $(CC) $(CFLAGS) -c $< %.o: %.S $(CC) $(CFLAGS) -c $< all: $(obj) clean: rm -f *.o