diff options
author | 1024x2 | 2024-07-17 00:09:52 +0100 |
---|---|---|
committer | 1024x2 | 2024-07-17 00:09:52 +0100 |
commit | 55b6e7dbf7deef90a455299be5b27b1c38317925 (patch) | |
tree | 6b6d7c80ba766552e981d800c05862c579b71b1b /Makefile | |
parent | 2283a9e345f63b9298f3f5af3d912837294f6074 (diff) |
Add key logging support
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,4 +4,4 @@ vexnc: vexnc.c $(CC) $(CFLAGS) $(CPPFLAGS) -o $@ $^ $(LDFLAGS) $(LIBS) clean: - rm vexnc
\ No newline at end of file + rm vexnc |