]> git.llucax.com Git - z.facultad/75.06/emufs.git/commitdiff
Se agregan el idx y el did al Makefile.
authorLeandro Lucarella <llucax@gmail.com>
Thu, 8 Apr 2004 21:03:18 +0000 (21:03 +0000)
committerLeandro Lucarella <llucax@gmail.com>
Thu, 8 Apr 2004 21:03:18 +0000 (21:03 +0000)
emufs/Makefile

index d2b114b5d1f99512779642569c7e7ca230df8684..db9dd45ded66177f39913de3ba7dbc77a36d2306 100644 (file)
@@ -1,7 +1,7 @@
 CFLAGS=-Wall -g -ansi -pedantic -DDEBUG
 LDFLAGS=
 
 CFLAGS=-Wall -g -ansi -pedantic -DDEBUG
 LDFLAGS=
 
-EMUFS_COMMON=emufs.o
+EMUFS_COMMON=emufs.o idx.o did.o
 
 all: tipo3_main
 
 
 all: tipo3_main