summaryrefslogtreecommitdiffstats
path: root/commandline
diff options
context:
space:
mode:
Diffstat (limited to 'commandline')
-rw-r--r--commandline/Makefile4
-rw-r--r--commandline/micronucleus.c (renamed from commandline/examples/micronucleus.c)0
2 files changed, 2 insertions, 2 deletions
diff --git a/commandline/Makefile b/commandline/Makefile
index b5bea87..028f7aa 100644
--- a/commandline/Makefile
+++ b/commandline/Makefile
@@ -39,8 +39,8 @@ $(LWLIBS):
$(CC) $(CFLAGS) -c library/$@.c
$(EXAMPLES): $(addsuffix .o, $(LWLIBS))
- @echo Building example: $@...
- $(CC) $(CFLAGS) -o $@$(EXE_SUFFIX) examples/$@.c $^ $(LIBS)
+ @echo Building command line tool: $@...
+ $(CC) $(CFLAGS) -o $@$(EXE_SUFFIX) $@.c $^ $(LIBS)
clean:
rm -f $(EXAMPLES)$(EXE_SUFFIX) *.o *.exe
diff --git a/commandline/examples/micronucleus.c b/commandline/micronucleus.c
index c6d122a..c6d122a 100644
--- a/commandline/examples/micronucleus.c
+++ b/commandline/micronucleus.c