diff options
author | Alex AUVOLAT <alex.auvolat@ens.fr> | 2013-11-11 17:30:46 +0100 |
---|---|---|
committer | Alex AUVOLAT <alex.auvolat@ens.fr> | 2013-11-11 17:30:46 +0100 |
commit | cc78e19aa9e6b7c8ec0e1e5ac26685e57406c69d (patch) | |
tree | 1adcf146d6a649e92fe4aa13232d70f143dc448b /csim/Makefile | |
parent | aca9d65df0a04d5161ec3485659bbb974b802fb0 (diff) | |
download | SystDigit-Projet-cc78e19aa9e6b7c8ec0e1e5ac26685e57406c69d.tar.gz SystDigit-Projet-cc78e19aa9e6b7c8ec0e1e5ac26685e57406c69d.zip |
Added ROM support, coded a 24/60/60 watch with output for 7-bit LCD display
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 cc88ac3..6827579 100644 --- a/csim/Makefile +++ b/csim/Makefile @@ -1,4 +1,4 @@ -csim: main.o load.o sim.o +csim: main.o load.o sim.o util.o gcc -o csim $^ %.o: %.c |