sample main file and fixed makefile
This commit is contained in:
2
Makefile
2
Makefile
@@ -52,6 +52,6 @@ clean:
|
|||||||
rm -rf $(BUILDDIR)
|
rm -rf $(BUILDDIR)
|
||||||
|
|
||||||
run: all
|
run: all
|
||||||
$(RUN_CMD) ./data/Circuit.duckdb
|
$(RUN_CMD)
|
||||||
|
|
||||||
.PHONY: all clean run
|
.PHONY: all clean run
|
||||||
|
|||||||
6
src/main.c
Normal file
6
src/main.c
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
|
int main() {
|
||||||
|
printf("Hello World!");
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user