Skip to content
Snippets Groups Projects
Verified Commit 1fb2a774 authored by orestis.malaspin's avatar orestis.malaspin
Browse files

cleaned makefile

parent 44f56a10
No related branches found
No related tags found
No related merge requests found
Pipeline #15241 passed
......@@ -8,17 +8,13 @@ TARGET = main
all: $(TARGET)
exec_tests:
make -C tests/ exec_tests
$(TARGET): $(OBJECTS)
$(CC) $^ -o $@ $(LDFLAGS)
hashmap.c: hashmap.h
.PHONY = clean tests
.PHONY = clean
clean:
rm -f $(OBJECTS) $(TARGET)
make clean -C tests
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment