fix dependencies
Stefan Schuermans

Stefan Schuermans commited on 2017-05-20 12:11:24
Showing 1 changed files, with 2 additions and 2 deletions.

... ...
@@ -10,10 +10,10 @@ CFGGEN := ../src/flexipix_config_gen
10 10
 
11 11
 all: $(CONFIGS)
12 12
 
13
-5x2panels8x12.flp: 5x2panels8x12.dxf
13
+5x2panels8x12.flp: 5x2panels8x12.dxf $(CFGGEN)
14 14
 	$(CFGGEN) $< 40 24 32 96 $@
15 15
 
16
-demo_1x1m_25x25.flp: demo_1x1m_25x25.dxf
16
+demo_1x1m_25x25.flp: demo_1x1m_25x25.dxf $(CFGGEN)
17 17
 	$(CFGGEN) $< 25 25 16 24 $@
18 18
 
19 19
 clean:
20 20