diff options
Diffstat (limited to 'advent-of-code/2022/10/Makefile')
| -rw-r--r-- | advent-of-code/2022/10/Makefile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/advent-of-code/2022/10/Makefile b/advent-of-code/2022/10/Makefile deleted file mode 100644 index baa0901..0000000 --- a/advent-of-code/2022/10/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -all: 1.out 2.out -LIB=../lib/str.c - -1.out: 1.c - cc -g -I../lib/ $< $(LIB) -o $@ - -2.out: 2.c - cc -g -I../lib/ $< $(LIB) -o $@ - -.PHONY: clean -clean: - -rm *.out |
