diff options
| author | Tristan Riehs <tristan.riehs@inria.fr> | 2025-12-28 23:38:02 +0100 |
|---|---|---|
| committer | Tristan Riehs <tristan.riehs@inria.fr> | 2025-12-28 23:38:02 +0100 |
| commit | 6b584537838dbce9d3d75b93228544cee6e2f805 (patch) | |
| tree | 0d720ba7c021f6ab32f050466e03f40fc43e2f45 /src/Makefile | |
| parent | 3c0115f2147d194b13a327b5e93d30cfdb7dfd4e (diff) | |
Re-organize makefiles
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index c75db54..0c8782d 100644 --- a/src/Makefile +++ b/src/Makefile @@ -6,6 +6,6 @@ main.o: main.c $(CC) $(__CFLAGS) $(CFLAGS) -c $< clean: - rm -f *.o $(PROG) + rm -f main.o $(PROG) .PHONY: clean |
