diff options
author | Alex AUVOLAT <alex.auvolat@ens.fr> | 2013-11-05 10:18:00 +0100 |
---|---|---|
committer | Alex AUVOLAT <alex.auvolat@ens.fr> | 2013-11-05 10:18:00 +0100 |
commit | 94e88e887cf2ee4c6b445924d26e134a90bcbd50 (patch) | |
tree | 14090e40b781d9469c794cb3ed4239115f89edac /csim/Makefile | |
parent | 7950298bf80fd1d1f311e7bd4f75b442df7c679c (diff) | |
download | SystDigit-Projet-94e88e887cf2ee4c6b445924d26e134a90bcbd50.tar.gz SystDigit-Projet-94e88e887cf2ee4c6b445924d26e134a90bcbd50.zip |
Reorganized folders.
Diffstat (limited to 'csim/Makefile')
-rw-r--r-- | csim/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csim/Makefile b/csim/Makefile index 32d100d..c94bee2 100644 --- a/csim/Makefile +++ b/csim/Makefile @@ -1,4 +1,4 @@ -main: main.o load.o sim.o +csim: main.o load.o sim.o gcc -o csim $^ %.o: %.c |