commit a7cc7c85df720cd9c5037110047b86db30f7246a from: Benjamin Stürz date: Mon Nov 11 00:14:59 2024 UTC cc1: fix make deps commit - 35118df7689138726f0ed92f5a17e6d1ef227092 commit + a7cc7c85df720cd9c5037110047b86db30f7246a blob - d61880a005e348b3a88596261091843858848c1a blob + 7d3d7fd9a048d52f07e4e4a0bf56407d9b4afd41 --- cc/cc1/MyMakefile +++ cc/cc1/MyMakefile @@ -6,7 +6,7 @@ all: cc1 clean: rm -f cc1 *.core *.o y.tab.h y.output -run: cc1 +run: cc1 ../irc/irc ./cc1 < test.c > test.ir ../irc/irc < test.ir > test.asm nasm -fbin -o /dev/null test.asm