summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--2004/n/fpga/doc/dcd/gpio/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/2004/n/fpga/doc/dcd/gpio/Makefile b/2004/n/fpga/doc/dcd/gpio/Makefile
index c5a5691..354735d 100644
--- a/2004/n/fpga/doc/dcd/gpio/Makefile
+++ b/2004/n/fpga/doc/dcd/gpio/Makefile
@@ -1,4 +1,4 @@
-SUBDIR= images
+SUBDIR= images sim
all:
for i in $(SUBDIR); do (cd $$i; $(MAKE) all); done