fix smold dependencies

This commit is contained in:
Shiz 2019-04-21 12:25:24 +02:00
parent 80254e37d5
commit 6ad19c8c41
1 changed files with 2 additions and 2 deletions

View File

@ -40,11 +40,11 @@ $(B)/%.vondehi: $(B)/% $(O)/vondehi
chmod +x $@
$(B)/%.smol: CFLAGS += $(SMOLCFLAGS)
$(B)/%.smol: | $(B)/%
$(B)/%.smol: $(B)/%
$(E)/smol/smold $(LDFLAGS) $(LIBS) $(filter %.o,$^) -o $@
$(B)/%.bold: CFLAGS += $(BOLDFLAGS)
$(B)/%.bold: | $(B)/%
$(B)/%.bold: $(B)/%
ln -sf ./ext/bold/runtime/bold_ibh*.o .
./ext/bold/bold -c -a $(LIBS) $(filter %.o,$^) -o $@
rm -f bold_ibh*.o