diff options
| author | quou <quou@disroot.org> | 2024-12-27 18:52:48 +1100 | 
|---|---|---|
| committer | quou <quou@disroot.org> | 2024-12-27 18:52:48 +1100 | 
| commit | d920e5d62020d751ccaa3491cc66275ade749011 (patch) | |
| tree | e806a95c598e255f9883de98cc350a3b9279d0ce /Makefile | |
| parent | e8c93463b2ae5114f0c88e768e5625abac9d5a50 (diff) | |
building and running on windows with visual studio
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -4,7 +4,7 @@ target = c2  data_dir = data  shaders = $(data_dir)/triangle.csh $(data_dir)/ui.csh  textures = $(data_dir)/22.tex $(data_dir)/kita.tex -packed_files = $(shaders) $(textures) +packed_files = $(notdir $(shaders)) $(notdir $(textures))  tools = qstd cfg sc  objects = app.o c2.o video.o pipeline.o asset.o ui.o maths.o  includes = -Iqstd |