Skip to content

Commit

Permalink
Update main Makefile for generating C code;
Browse files Browse the repository at this point in the history
  • Loading branch information
MilanSkocic committed Nov 18, 2024
1 parent 294ce99 commit 921633d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ data:
sources: data
make -C src

headers: sources
make -C include
C: data
make -C C

cpython: sources
make -C py/src/pycodata
Expand All @@ -105,6 +105,7 @@ clean:
make -C src clean
make -C include clean
make -C stdlib clean
make -C C clean
make -C py clean
fpm clean --all
rm -rf API-doc/*
Expand Down

0 comments on commit 921633d

Please sign in to comment.