diff options
| author | Tristan Riehs <tristan.riehs@inria.fr> | 2026-04-26 11:51:56 +0200 |
|---|---|---|
| committer | Tristan Riehs <tristan.riehs@inria.fr> | 2026-04-26 11:53:41 +0200 |
| commit | d2fb6a8aac6abe5bfe4b4ea7f2528d119afbc8c6 (patch) | |
| tree | 611f03f03044f8f1210984d03b1cd28cd52016f2 /src/Makefile | |
| parent | 34d935265e65b6b2a5c5dbdaf0c2cbcb97c205e1 (diff) | |
Create a "system" module
Also unify makefiles, otherwise dependencies are not properly resolved.
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/Makefile b/src/Makefile deleted file mode 100644 index 0c8782d..0000000 --- a/src/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -$(PROG): main.o - $(CC) -o $@ $^ $(__LIBS) $(LDFLAGS) $(LIBS) - -main.o: main.c -.c.o: - $(CC) $(__CFLAGS) $(CFLAGS) -c $< - -clean: - rm -f main.o $(PROG) - -.PHONY: clean |
