Compare commits

..

1 Commits

Author SHA1 Message Date
5df38a4e97 Updated Makefile 2023-04-12 22:49:08 -05:00

View File

@@ -2,7 +2,6 @@ CC=gcc
CFLAGS=
LIB_FILE = libeasysock.so
.PHONY: all
all: $(LIB_FILE)
@@ -45,7 +44,7 @@ install: $(LIB_FILE)
.PHONY: clean
clean:
rm *.o
rm easysock.o
rm $(LIB_FILE)