added flags to output

main
Øyvind Skaaden 2022-03-12 19:22:05 +01:00
parent 94d83fc59b
commit 40c9090656
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@ ps2: $(PS2_EXAMPLES)
ps3: $(PS3_EXAMPLES)
ps4: $(PS4_EXAMPLES)
%.ast: %.vsl
$(VSLC) -t < $^ > $@
%.ast: %.vsl clean
$(VSLC) -t -T -s < $^ > $@
clean:
-rm -r */*.ast