1f08c3bdfSopenharmony_ciCFLAGS := -g -Wall 2f08c3bdfSopenharmony_ci 3f08c3bdfSopenharmony_ciall: simple_process 4f08c3bdfSopenharmony_ci 5f08c3bdfSopenharmony_ciinstall: 6f08c3bdfSopenharmony_ci cp simple_process ../../bin 7f08c3bdfSopenharmony_ci 8f08c3bdfSopenharmony_cisimple_process: simple_process.o 9f08c3bdfSopenharmony_ci 10f08c3bdfSopenharmony_cisimple_process.o: simple_process.c 11f08c3bdfSopenharmony_ci 12f08c3bdfSopenharmony_ciclean: 13f08c3bdfSopenharmony_ci rm -f simple_process *.o 14