CFLAGS += -Wall -ggdb ifndef DEBUG CFLAGS += -O2 endif TARGET = datalink all: $(TARGET) clean: $(RM) $(TARGET)