diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,3 +18,4 @@ nfcommander: nfcommander.c nfcommander.h $(CORE_OBJS) clean: $(RM) nfcommander $(RM) $(CORE_OBJS) + $(RM) $(PLUGINS) |