1
0
mirror of https://github.com/jborza/emu6502.git synced 2024-06-01 04:41:41 +00:00

added a makefile

This commit is contained in:
jborza 2019-04-27 12:18:24 +02:00
parent a1259fa544
commit afc5bbe232

2
makefile Normal file
View File

@ -0,0 +1,2 @@
emu6502:
cc *.c -o emu6502