aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/Makefile b/Makefile
index d59e491..c8cdb78 100644
--- a/Makefile
+++ b/Makefile
@@ -15,16 +15,6 @@ build: $(LIB)
$(LIB): $(SOURCE_FILES) $(DKESS_LOCAL_LIB_DEBUG)
cargo build
-includer: clean $(LIB)
- gcc -o $@ includer.c $(LIB)
-
-moder: moder.c $(LIB)
- gcc -g -Wall -Wextra -Werror -o $@ $< $(LIB)
-
-.PHONY: clean
-clean:
- rm -f includer moder
-
$(DKESS_LIB_DEBUG):
$(MAKE) -C lib/dome_key_event_source_simulator $@