Skip to content

Commit

Permalink
BLD: Remove C version of generator.
Browse files Browse the repository at this point in the history
  • Loading branch information
MilanSkocic committed Nov 14, 2023
1 parent fec60b7 commit 4977402
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 629 deletions.
11 changes: 1 addition & 10 deletions srcgen/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,9 @@ all: srcgen srcgenf
srcgen: generator
./generator

srcgenf: generatorf
./generatorf

generatorf: utilities.o fortran_code.o c_code.o py_code.o cpy_code.o fmain.o
generator: utilities.o fortran_code.o c_code.o py_code.o cpy_code.o fmain.o
$(FC) $^ -o generatorf

generator: main.o
$(CC) $^ -o generator

main.o: main.c
$(CC) -c $< -o $@

%.o: %.f90
$(FC) -c $(FFLAGS) $< -o $@

Expand Down
Loading

0 comments on commit 4977402

Please sign in to comment.