diff options
| author | uxtbd <dev@kthread.dev> | 2026-08-18 15:41:53 +0200 |
|---|---|---|
| committer | uxtbd <dev@kthread.dev> | 2026-08-18 15:41:53 +0200 |
| commit | ad0302ab8213e35070e50beba03d8da5c57f4fc4 (patch) | |
| tree | dd19bf94c36c90e95cb9d26908bed4ba4d351fca /4init/Makefile | |
| parent | 4init: minimal but functional init (diff) | |
| download | 4suite-ad0302ab8213e35070e50beba03d8da5c57f4fc4.tar.gz 4suite-ad0302ab8213e35070e50beba03d8da5c57f4fc4.zip | |
4suite: move to shinobi
Diffstat (limited to '4init/Makefile')
| -rw-r--r-- | 4init/Makefile | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/4init/Makefile b/4init/Makefile deleted file mode 100644 index e56e105..0000000 --- a/4init/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -include config.mk - -BIN = 4init -OBJ = 4init.o - -all: $(BIN) - -$(BIN): $(OBJ) - $(CC) $(LDFLAGS) -o $@ $(OBJ) - -$(OBJ): config.h - -install: all - mkdir -pv $(DESTDIR)$(PREFIX)/bin - cp -fv $(BIN) $(DESTDIR)$(PREFIX)/bin - -uninstall: all - rm -f $(DESTDIR)$(PREFIX)/bin/$(BIN) - -clean: all - rm -f 4init.o 4init |
