diff options
author | Marvin Borner | 2024-01-21 13:17:54 +0100 |
---|---|---|
committer | Marvin Borner | 2024-01-21 14:52:05 +0100 |
commit | d1813a10c682afca756250fbb6133bb0853e0054 (patch) | |
tree | 6f6c7bc21cf1e8d0f4ce07ec69607fdb268a271c /makefile | |
parent | 2e46b5875586dd4f7f69b7f6e708d55235ce29a1 (diff) |
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -30,6 +30,7 @@ compile: $(BUILD) $(OBJS) $(BUILD)/blocade clean: @rm -rf $(BUILD)/* + @rm -f $(SRC)/cmdline.* install: @install -m 755 $(BUILD)/blocade $(DESTDIR)$(PREFIX)/bin/ |