Change the program name and rework spelling

This commit is contained in:
lux
2017-10-04 23:59:35 +02:00
parent f47a7c9597
commit d67adbc8b1
4 changed files with 7 additions and 7 deletions

View File

@ -7,7 +7,7 @@ DEBUG = -DNDEBUG
VPATH = src
#--------------Linker-Part-----------------
toy_cpu : main.o toy.o helper.o
toy-CPU : main.o toy.o helper.o
echo $@ is now linked
$(CC) $(LDFLAGS) -o $@ $^
#--------------Compiler-Part---------------