diff --git a/src/Makefile b/src/Makefile index 8ae20fc..41f234f 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,5 +1,5 @@ OBJECTS = main.o -TARGET = hello +TARGET = hello s all: $(TARGET)