From cb8d1b637275434b64bdcd448afd2e9a2e269f80 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Wed, 19 Jan 2022 20:31:26 -0500 Subject: Replace build system with cmake Thanks to cr1901 for helping to test this on Windows. --- Makefile | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile deleted file mode 100644 index 03bb0ad..0000000 --- a/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -CFLAGS += -std=c99 -Wall -Wextra -Wpedantic -CFLAGS += -Icards - -include config.mk - -BINS = freecell sol -OBJS = ${BINS:%=%.o} - -all: ${BINS} - -${BINS}: cards/cards.o - -.o: - ${CC} ${LDFLAGS} $< cards/cards.o ${LDLIBS} -o $@ - -${OBJS} cards/cards.o: cards/cards.h - -${OBJS}: asset.h stack.h - -sol.o: layout.h - -cards/cards.h: - git submodule update --init - -clean: - rm -f ${BINS} *.o cards/*.o -- cgit 1.4.1 tr>
summary refs log tree commit diff
path: root/bin/1sh/arith.h (unfollow)
Commit message (Expand)Author
2019-07-27Shell script style passJune McEnroe
2019-07-27Add c11.pdfJune McEnroe
2019-07-27Move pdf script to MakefileJune McEnroe
2019-07-27Update macOS neovim to 0.3.8June McEnroe
2019-07-27Rewrite port makefiles consistentlyJune McEnroe
2019-07-27Rewrite Makefile once more with more organizationJune McEnroe
2019-07-27Reference png.h in bin.7June McEnroe
2019-07-27Revert "Use scheme to style HTMLs"June McEnroe
2019-07-27Remove scheme text linkJune McEnroe
2019-07-26Update Dark.terminalJune McEnroe
2019-07-26Lighten dark whiteJune McEnroe
2019-07-25Add png.3 man pageJune McEnroe
2019-07-25Use scheme to style HTMLsJune McEnroe
2019-07-25Don't match comments in strings in makeJune McEnroe
2019-07-25Generate index.html with links from bin.7June McEnroe
2019-07-24Warn when date has changedJune McEnroe
2019-07-24Add whenJune McEnroe
2019-07-24Remove histedit from bitJune McEnroe